1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmDonViTinh
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.btnThucHien = new System.Windows.Forms.Button();
32             
this.btnHuy = new System.Windows.Forms.Button();
33             
this.label1 = new System.Windows.Forms.Label();
34             
this.txtTenDonViTinh = new System.Windows.Forms.TextBox();
35             
this.SuspendLayout();
36             
//
37             
// btnThucHien
38             
//
39             
this.btnThucHien.Location = new System.Drawing.Point(342, 135);
40             
this.btnThucHien.Name = "btnThucHien";
41             
this.btnThucHien.Size = new System.Drawing.Size(129, 39);
42             
this.btnThucHien.TabIndex = 0;
43             
this.btnThucHien.Text = "Thực hiện";
44             
this.btnThucHien.UseVisualStyleBackColor = true;
45             
this.btnThucHien.Click += new System.EventHandler(this.btnThucHien_Click);
46             
//
47             
// btnHuy
48             
//
49             
this.btnHuy.Location = new System.Drawing.Point(261, 135);
50             
this.btnHuy.Name = "btnHuy";
51             
this.btnHuy.Size = new System.Drawing.Size(75, 39);
52             
this.btnHuy.TabIndex = 1;
53             
this.btnHuy.Text = "Hủy";
54             
this.btnHuy.UseVisualStyleBackColor = true;
55             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
56             
//
57             
// label1
58             
//
59             
this.label1.AutoSize = true;
60             
this.label1.Location = new System.Drawing.Point(56, 62);
61             
this.label1.Name = "label1";
62             
this.label1.Size = new System.Drawing.Size(103, 18);
63             
this.label1.TabIndex = 2;
64             
this.label1.Text = "Tên đơn vị tính";
65             
//
66             
// txtTenDonViTinh
67             
//
68             
this.txtTenDonViTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
69             
this.txtTenDonViTinh.Location = new System.Drawing.Point(182, 58);
70             
this.txtTenDonViTinh.Name = "txtTenDonViTinh";
71             
this.txtTenDonViTinh.Size = new System.Drawing.Size(289, 27);
72             
this.txtTenDonViTinh.TabIndex = 3;
73             
//
74             
// frmDonViTinh
75             
//
76             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
77             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
78             
this.ClientSize = new System.Drawing.Size(554, 241);
79             
this.ControlBox = false;
80             
this.Controls.Add(this.txtTenDonViTinh);
81             
this.Controls.Add(this.label1);
82             
this.Controls.Add(this.btnHuy);
83             
this.Controls.Add(this.btnThucHien);
84             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
85             
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
86             
this.Name = "frmDonViTinh";
87             
this.ShowInTaskbar = false;
88             
this.Text = "Thêm tên gọi đơn vị tính sản phẩm";
89             
this.ResumeLayout(false);
90             
this.PerformLayout();
91
92         }
93
94         
#endregion
95
96         
private System.Windows.Forms.Button btnThucHien;
97         
private System.Windows.Forms.Button btnHuy;
98         
private System.Windows.Forms.Label label1;
99         
private System.Windows.Forms.TextBox txtTenDonViTinh;
100     }
101 }


Gõ tìm kiếm nhanh...